* {
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
}
body {
  color: #333333;
}
@media (max-width: 767.98px) {
  body {
    font-size: 0.98rem;
  }
}
/*
nav {
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}
*/
.navbar-brand {
  background: url("../img/head.png") no-repeat left center;
  background-size: contain;
  height: 50px;
  width: 250px;
}

main img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.container {
    max-width: 640px;
}

.custom-text-box {
  background-color: rgba(52, 195, 143, 0.1765);
  border-radius: 50px;
  width: 25%;
  text-align: center;
}

.custom-header {
  color: #34C38F;
  font-size: 80%;
}

.orange-bold-title {
  color: orange;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: orange;
}

.orange-bold-img-title {
  color: orange;
  font-weight: bold;
}

.left-align {
  text-align: left;
}

.lighter-gray {
  background-color: #d3d3d3;
}

.contact-info tbody, td, tfoot, th, thead, tr {
  border: none;
}

.contact-info tr:first-child {
  border-bottom: 0.5px solid #c3c3c1;
}

.contact-info th {
  text-align: center !important;
  font-weight: bold;
  font-size: 1.25rem;
  width: 40%;
  vertical-align: middle;
}

.contact-info td {
  text-align: left !important;
  font-weight: bold;
  font-size: 1.25rem;
  vertical-align: middle;
}

.submit-btn {
  background-color: #F46A6A;
  color: white;
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

.back-btn {
  background-color: #808080;
  color: white;
  text-align: center;
  width: 50%;
  margin: 1em auto;
}

.submit-btn:hover {
  background-color: #e05656;
  color: white;
}

.back-btn:hover {
  background-color: #666666;
  color: white;
}

.custom-bg-color {
  background-color: #FCF0DB;
  color: #916C2E;
}

.confirm-filed {
  background-color: rgba(42, 166, 226, 0.18);
}

.confirm-info th {
  text-align: right !important;
  font-weight: bold;
  width: 30%;
  vertical-align: middle;

}

.confirm-info td {
  text-align: left !important;
  padding-left: 3em !important;
}

/* .confirm-filed .readonly-input {
  border: none;
  outline: none;
  background-color: transparent;
  cursor: default;
} */

.complete-bg-color {
  background-color: #D6F3E9;
  color: #1F7556;
  border: none;
  overflow: hidden;
  padding: 15px;
}

.complete-icon {
  float: left;
  height: 2em;
  margin-right: 10px;
}


.complete-filed {
  background-color: rgba(42, 166, 226, 0.18);
}

/*==========================================
slick
===========================================*/

.image-container {
  position: relative;
}

.text-overlay {
  position: absolute;
  bottom: 0px;
  left: 5px;
  width: 98.3%;
  color: rgba(255,255,255,1);
  font-size: 16px;
  background-color: rgba(0,0,0,0.6);
  padding: 9px;
  text-align: center;
}

/* 確認画面と完了画面のみ */
.sub-text-overlay {
  position: absolute;
  bottom: 0px;
  width: 100%;
  color: rgba(255,255,255,1);
  font-size: 16px;
  background-color: rgba(0,0,0,0.6);
  padding: 9px;
  text-align: center;
}

.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  /*padding: 0 25px;*/
}

.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

.slick-prev, .slick-next {
  position: absolute;
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #fff;
}
.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.slick_thumb .slick-track {
  transform:unset!important;
}

.slick-track {
  display: flex;
  align-items: center;
}
  .slick-prev:before,
.slick-next:before {
  color: #000 !important;
}

.slider1 img,
.slider2 img {
  width: 100%;
}

.slider1 .image,
.slider2 .image {
  margin: 10px;
}
/*==========================================

===========================================*/
#map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 65%;
}

#calendar-header {
    position: relative;
}

#calendar-month {
    text-align: center;
    font-size: 24px;
    width: 100%;
    margin: 22px 0 0 0;
    position: absolute;
}

#calendar-box #calendar {
    text-align: center;
    width: 100%;
}

#calendar-box table {
    /*outline: 2px solid #ddd;*/
    border-collapse: collapse;
    width: 100%;
}

#calendar-box table, #calendar-box table td, #calendar-box table th {
  border-collapse: collapse;
  border:1px solid #ddd;
}

#calendar-box th {
    color: #000;
}

#calendar-box th {
    /*outline: 1px solid #ddd;*/
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

#calendar-box td {
    /*outline: 1px solid #ddd;*/
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    min-height: 80px;
    vertical-align: top;
    width: 14.2%;
}

/*日曜日*/
#calendar-box th:first-child {
    color: red;
}

/*土曜日*/
#calendar-box th:last-child {
    color: blue;
}

/*前後月の日付*/
#calendar-box td.disabled {
    color: #ccc;
}

/*本日*/
#calendar-box td.today {
    background-color: #bae1ff;

}

/*ボタン*/
#calendar-box #calendar-next-prev-button {
    position: relative;
}

#calendar-box #calendar-next-prev-button button {
    cursor: pointer;
    background: #B78D4A;
    color: #fff;
    border: 1px solid #B78D4A;
    border-radius: 4px;
    font-size: 1rem;
    padding: 0.5rem 2rem;
    margin: 1rem 0;
}

#calendar-box #calendar-next-prev-button button:hover {
    background-color: #D4BB92;
    border-color: #D4BB92;
}

#calendar-box #calendar-prev {
    float: left;
}

#calendar-box #calendar-next {
    float: right;
}

.circle-on {
    border-radius: 65%;
    background-color: #007bff;
    color: #ffffff;
    display: inline-block;
    padding: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 1.3em;
    font-weight: normal;
}

.circle-off {
    border-radius: 65%;
    background-color: #ffffff;
    color: #000000;
    display: inline-block;
    padding: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 1.3em;
    font-weight: normal;
}

.today .circle-on {
    border-radius: 65%;
    background-color: #007bff;
    color: #ffffff;
    display: inline-block;
    padding: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 1.3em;
}

.today .circle-off {
    border-radius: 65%;
    background-color: #bae1ff;
    color: #000000;
    display: inline-block;
    padding: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 1.3em;
}

@media (max-width: 767.98px) {
  #calendar-box th {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1.3em;
  }

  #calendar-box td {
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 40px;
    line-height: 1.3em;
  }
  #calendar-box td div.m-1 {
    margin: 0px!important;
    
  }
  .sp_hidden {
    display: none!important;
  }  
}

td.disabled span {
  border-radius: 65%;
  display: inline-block;
  padding: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 1.3em;
}
/*==========================================
　フォーム修正20230824
===========================================*/

input::placeholder, textarea::placeholder {
  color: #B6AFAF !important;
}

.position-relative {
  position: relative;
}

.form-required-label-inline {
  position: absolute;
  right: 10px;
  top: 19px;
  transform: translateY(-50%);
  background-color: #f65a53;
  color: #ffffff;
  padding: 1px 5px;
  font-size: 12px;
  border-radius: 4px;
}

.form-ok-label-inline {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #46dc85;
  color: #ffffff;
  padding: 1px 5px;
  font-size: 14px;
  border-radius: 16px;
}

.form-required-label {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 3px;
  background-color: #f65a53;
  color: #ffffff;
  padding: 1px 5px;
  font-size: 12px;
  border-radius: 4px;
}

.form-ok-label {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 3px;
  background-color: #46dc85;
  color: #ffffff;
  padding: 1px 5px;
  font-size: 14px;
  border-radius: 16px;
}


.kasika-yoyakupage-card-label span {
  display: inline-block;
  padding: 2px 5px;
  margin-right: 5px;
  margin-bottom: 3px;
}
.kasika-yoyakupage-card-label-main {
  background-color: #333333;
  border: 1px solid #333333;
  color: #ffffff;
}
.kasika-yoyakupage-card-label-sub {
  background-color: #ffffff;
  border: 1px solid #333333;
  color: #333333;
}

a.btn:hover { opacity: 0.8; }


@media (max-width: 767.98px) {
  .question_required .form-required-label-inline {
    top: 19px;
  }
}

/*==========================================

===========================================*/
#kasika-yoyakupage-event-detail-content ul, #kasika-yoyakupage-event-detail-content ol {
  list-style-position: inside;
}